home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / music / soundmachine / smplay.doc < prev    next >
Text File  |  1994-11-17  |  5KB  |  144 lines

  1. #########################################################################
  2. #                                                                       #
  3. #                               SMPlay                                  #
  4. #                                                                       #
  5. #                            Version: 1.5                               #
  6. #                                                                       #
  7. # Written by Syd L. Bolton  ©1993-94 Legendary Design Technologies Inc. #
  8. #      25 Frontenac Avenue, Brantford, Ontario N3R 3B7 Canada           #
  9. #          P.O. Box 1147, Lewiston, NY  14092-8147  U.S.A.              #
  10. #                           (519)-753-6120                              #
  11. #                                                                       #
  12. #      Freely Distributable - This Program Remains Copyrighted          #
  13. #                                                                       #
  14. #########################################################################
  15.  
  16.  
  17. WHAT IS SMPLAY?
  18. ===============
  19.  
  20.     SMPlay is part of a package of two programs that make up what is
  21. called THE SOUND MACHINE.  SMPlay is a small version that only plays
  22. sound files.  The other program will convert sound files and uses an
  23. Intuition interface.
  24.  
  25. The Sound Machine presently plays the following formats:
  26.  
  27.     IFF - the format used on the Amiga, in 8SVX form.
  28.  
  29.     RAW - RAW audio data, which most sound programs will load.
  30.  
  31.     WAV - The "Wave" format, most commonly used in MicroSoft Windows.
  32.  
  33.     VOC - The "Voice" format, from Creative Labs (they make the
  34.                         SoundBlaster for the IBM).
  35.  
  36.  
  37. PROGRAM REQUIREMENTS
  38. ====================
  39.  
  40.     SMPlay will run on any Amiga with 512k and OS 1.2 or higher.  It has
  41. been tested with an Amiga 3000 running AmigaDOS 2.1, and an Amiga 1000
  42. running 1.3.
  43.     This program must be run from the CLI.
  44.  
  45. COMMAND LINE OPTIONS
  46. ====================
  47.  
  48.     The usage for SMPlay is as follows:
  49.  
  50. SMPlay soundfile [rXXXXX] [v] [lX] [i] [f]
  51.  
  52.     The options in square brackets are optional.  Note that the program
  53. will automagically detect which type of file you are playing, so there is
  54. no need to specify.  If it can't figure it out, it will play it as if it
  55. were RAW.  The command line options can be in upper or lower case.
  56.  
  57. rXXXXX    - This option allows you to force a specific playback rate.
  58.       For example, you could indicate 'r22000' to specify a
  59.       playback rate of 22,000 samples per second.
  60.  
  61. v    - This option will VIEW information about the sample.  In other
  62.       words it will dump information including the playback rate, the
  63.       format and any other pertinent information.  By default, the
  64.       program is silent about such things.
  65.  
  66. lX    - Loop control. If you wish to play back the sample looped several
  67.       times, use this option.  For example, 'l5' would cause the
  68.       sample to play back 5 times in a row.
  69.  
  70. i    - Inverse.  If the sample plays back improperly, try using this
  71.       option (especially if the sample is a raw file from the MAC or
  72.       PC).
  73.     
  74. f    - This option turns the low-pass filter OFF.  This may improve the
  75.       sound quality of the playback.  Note that the low-pass filter
  76.       will be turned back on after completion.
  77.  
  78.  
  79. WHAT CAN BE ADDED?
  80. ==================
  81.  
  82.     The following options should/could be added to the program.  In
  83. order to do this, we need to hear from people that are interested in having
  84. these features or have suggestions of their own.  Our address is listed at
  85. the bottom of the file.
  86.  
  87. * Support for AUD and SND files.  Though basically RAW files, it would be
  88.   nice to have full support for these formats for completeness.
  89.  
  90. * Support for 16-bit playback (through some of the new 16-bit boards) and
  91.   also the ability to save in this format.
  92.  
  93. * Batch conversion support
  94.  
  95. * More DSP support, perhaps some special effects ... converting stereo
  96.   samples to mono, etc.
  97.  
  98. * The ability to work with files that are bigger than RAM.
  99.  
  100. ============================================================================
  101.  
  102.     We hope you find this product useful.  As mentioned, if you would
  103. like to see improvements made please write us a letter, send us a fax,
  104. or give us a call.  We won't make improvements without user support!
  105.  
  106.     We are presently contemplating making this a commercial product,
  107. with many more features and a reasonable price.  If you have some suggestions
  108. for a commercial version, or would like to be put on our mailing list, just
  109. drop us a line or give us a call!
  110.  
  111.     If you do find this product useful, you may find our commercial
  112. products equally as useful.  Ask your dealer for a demonstration of
  113. ADDRESS IT!, INVOICE IT!, LINK IT! or dataTAX.  If your dealer doesn't carry
  114. our products, encourage him/her to call us for more information on our
  115. Amiga products.
  116.  
  117.     Have a great day!
  118.  
  119.     Syd Bolton, President
  120.  
  121.  
  122. In Canada/International:
  123. ------------------------
  124. Legendary Design Technologies Inc.
  125. 25 Frontenac Avenue
  126. Brantford, ON  N3R 3B7
  127. CANADA
  128.  
  129. (519) 753-6120 voice/fax
  130.  
  131. In the United States:
  132. ---------------------
  133. Legendary Design Technologies Inc.
  134. P.O. Box 1147
  135. Lewiston, NY  14092-8147
  136. U.S.A.
  137.  
  138. (519) 753-6120 voice/fax
  139.  
  140.  
  141. Call our support BBS, starting August 1, 1994:  (519) 753-5052.
  142.  
  143. All trademarks mentioned in this file are recognized.
  144.